home *** CD-ROM | disk | FTP | other *** search
- .\" XXX standard disclaimer belongs here....
- .\" $Header: /private/postgres/ref/postquel/RCS/removeoperator,v 1.4 1992/07/14 06:07:30 ptong Exp $
- .SP "REMOVE OPERATOR" COMMANDS 6/14/90
- .XA 2 "Remove Operator"
- .uh NAME
- .lp
- remove operator \*- remove an operator from the system
- .uh SYNOPSIS
- .lp
- .(l
- \fBremove operator\fR opr_desc
- .)l
- .uh DESCRIPTION
- .lp
- This command drops an existing operator from the database.
- To execute this command you must be the owner of the operator.
- .lp
- .i Opr_desc
- is the name of the operator to be removed followed by a
- parenthesized list of the operand types for the operator.
- .uh EXAMPLE
- .lp
- .nf
- .ft C
- /* Remove power operator a^n for 4 byte integers */
-
- remove operator ^ (int4, int4)
- .ft
- .fi
- .uh "SEE ALSO"
- .lp
- define operator(commands).
-